Manually update Shipment Location. Authenticated drivers can also use this route to update their location

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

Request Body schema: application/json
required
Array of objects (ELDDeviceLocation)
Responses
204

Successfully carried out the operation. No content returned

default

Default error response

post/shipments/{shipmentId}/tracking/
Request samples
application/json
{
  • "locations": [
    ]
}
Response samples
application/json
{
  • "message": "string"
}
Copyright © Shipwell 2024. All right reserved.